projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b04ea
)
(unload-feature): The autoload property does not
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Jul 1994 17:14:19 +0000
(17:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Jul 1994 17:14:19 +0000
(17:14 +0000)
tart with `autoload'.
lisp/loadhist.el
patch
|
blob
|
history
diff --git
a/lisp/loadhist.el
b/lisp/loadhist.el
index 8f29c5a8a71a05d7177131122eff7c69ad4063d3..23091d1f0f3b1820614acc110fd9ed54fc6f2e93 100644
(file)
--- a/
lisp/loadhist.el
+++ b/
lisp/loadhist.el
@@
-104,7
+104,7
@@
is nil, raise an error."
((fboundp x)
(fmakunbound x)
(let ((aload (get x 'autoload)))
- (if aload (fset x
aload
))))))
+ (if aload (fset x
(cons 'autoload aload)
))))))
)
(cdr flist))))